File Compare
Description
File Compare checks whether the contents of two specified files are identical and branches the process based on the result. Use this process entry for data validation and change detection — for example, comparing a newly downloaded file with the previous version to determine if processing is needed, or verifying that a generated output matches an expected reference file. The success hop is followed when the files match; the failure hop is followed when they differ.
Configurations
| Field Name | Description |
|---|---|
| Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
| File name 1 | The name and path of the file of the first file to compare. |
| File name 2 | The name and path of the file of the second file to compare. |
| Add filename to | Adds the filename(s) read to the result of this process entry. A unique list is being kept in memory that can be used in the next process entry in a process. |